<!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
<stack>
<name>in</name>
<id>-1</id>
<cardCount>6</cardCount>
<cardID>3751</cardID>
<listID>8466</listID>
<cantModify><false /></cantModify>
<cantDelete><false /></cantDelete>
<cantAbort><false /></cantAbort>
<cardSize>
<width>512</width>
<height>342</height>
</cardSize>
<script>on openStackglobal patnum,multPly,startGamehide scroll windowcreate menu "Type Game"put "Regular,Easy" into menu "Type Game"set the checkmark of menuitem "Regular" of menu "Type Game" to trueput 5 into cd field id 18 of card "game"put 3 into patnumset the name of bg btn id 1 of card "game" to "Pictures"repeat with n = 1 to 16set the icon of btn n of card "game" to "Ic"& nset the showName of btn n of card "game" to falseend repeatput 1 into multPlyput "false" into startGameend openStackon closeStackdelete menu "Type Game"end closeStackon hinumbersglobal patnumif patnum = 1 then put 1 into settingif patnum = 3 then put 2 into settingif card field 1 of card "game" > 0 thenrepeat with n = 1 to 10if line n of field setting of card "champs" is not empty thenif card field 1 of card "game" > word 2 of ¬line n of field setting of card "champs" thenask "Your score is in the top 10. What is your first name?"if it is not empty thenput it && (card field 1 of card "game")¬& return before line n of field setting of card "champs"go card "champs"exit to hypercardelseexit to hypercardend ifend ifelseask "Your score is in the top 10. What is your first name?"if it is not empty thenput it && (card field 1 of card "game") ¬& (return) into line n of field setting of card "champs"go card "champs"exit to hypercardelseexit to hypercardend ifend ifend repeatAnswer "Game over. Do you want to play again?" with "Quit" or "Play"if it is "play" thenexit to hyperCardelse if it is "quit" thengo "home"end ifend ifend hinumberson arrowkey directionif direction is "left" thenvisual effect wipe leftdomenu "prev"end ifif direction is "right" thenvisual effect wipe rightdomenu "next"end ifend arrowkey</script>